Skip to content

Commit e0788ea

Browse files
committed
Add PipraPay payment gateway plugin
Introduces the PipraPay payment gateway integration for XBoard, including plugin registration, configuration, payment processing, webhook handling, and amount verification. Updates the Plugin model to support PipraPay and provides documentation and configuration files for setup.
1 parent 1548738 commit e0788ea

4 files changed

Lines changed: 533 additions & 0 deletions

File tree

app/Models/Plugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ class Plugin extends Model
3939
'smogate', // Smogate
4040
'telegram', // Telegram
4141
'uddoktapay', // UddoktaPay
42+
'piprapay', // PipraPay
4243
];
4344

4445
protected $guarded = [

0 commit comments

Comments
 (0)