|
@@ -23,7 +23,7 @@ class Airwallex extends Payment
|
|
|
protected $apikey;
|
|
protected $apikey;
|
|
|
protected $secret;
|
|
protected $secret;
|
|
|
protected $currentOrder;
|
|
protected $currentOrder;
|
|
|
- protected $prefix = 'AS';
|
|
|
|
|
|
|
+ protected $prefix = 'QQS';
|
|
|
protected $tokenCacheKey = 'airwallex_airwallex_token';
|
|
protected $tokenCacheKey = 'airwallex_airwallex_token';
|
|
|
protected $tokenUrl = 'https://api-demo.airwallex.com/api/v1/authentication/login';
|
|
protected $tokenUrl = 'https://api-demo.airwallex.com/api/v1/authentication/login';
|
|
|
protected $createPaymentUlr = 'https://api-demo.airwallex.com/api/v1/pa/payment_intents/create';
|
|
protected $createPaymentUlr = 'https://api-demo.airwallex.com/api/v1/pa/payment_intents/create';
|