mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
powerboard
This commit is contained in:
parent
3de9c99d34
commit
30ff490977
@ -36,6 +36,9 @@ class CBAPowerBoardPaymentDriver extends BaseDriver
|
||||
|
||||
public $refundable = true;
|
||||
|
||||
protected $api_endpoint = '';
|
||||
|
||||
protected $widget_endpoint = '';
|
||||
/**
|
||||
* Returns the gateway types.
|
||||
*/
|
||||
|
@ -17,7 +17,9 @@ return new class extends Migration
|
||||
Model::unguard();
|
||||
|
||||
$fields = new \stdClass();
|
||||
$fields->accessToken = '';
|
||||
|
||||
$fields->publicKey = '';
|
||||
$fields->secretKey = '';
|
||||
// $fields->applicationId = '';
|
||||
// $fields->locationId = '';
|
||||
$fields->testMode = false;
|
||||
|
@ -89,7 +89,7 @@ class PaymentLibrariesSeeder extends Seeder
|
||||
['id' => 61, 'name' => 'PayPal Platform', 'provider' => 'PayPal_PPCP', 'key' => '80af24a6a691230bbec33e930ab40666', 'fields' => '{"testMode":false}'],
|
||||
['id' => 62, 'name' => 'BTCPay', 'provider' => 'BTCPay', 'key' => 'vpyfbmdrkqcicpkjqdusgjfluebftuva', 'fields' => '{"btcpayUrl":"", "apiKey":"", "storeId":"", "webhookSecret":""}'],
|
||||
['id' => 63, 'name' => 'Rotessa', 'is_offsite' => false, 'sort_order' => 22, 'provider' => 'Rotessa', 'key' => '91be24c7b792230bced33e930ac61676', 'fields' => '{"apiKey":"", "testMode":false}'],
|
||||
['id' => 64, 'name' => 'CBA PowerBoard', 'is_offsite' => false, 'sort_order' => 26, 'provider' => 'CBAPowerBoard', 'key' => 'b67581d804dbad1743b61c57285142ad', 'fields' => '{"accessToken":"", "testMode":false}'],
|
||||
['id' => 64, 'name' => 'CBA PowerBoard', 'is_offsite' => false, 'sort_order' => 26, 'provider' => 'CBAPowerBoard', 'key' => 'b67581d804dbad1743b61c57285142ad', 'fields' => '{"publicKey":"", "secretKey":"", "testMode":false}'],
|
||||
];
|
||||
|
||||
foreach ($gateways as $gateway) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user