Using morphTo() on services, added Ezypay payment Import
This commit is contained in:
@@ -44,4 +44,10 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'ezypay' => [
|
||||
'plugin' => 'DD_EZYPAY',
|
||||
'base_uri' => 'https://api.ezypay.com/api/v1/',
|
||||
'token_user' => env('EZYPAY_TOKEN'),
|
||||
'guid' => env('EZYPAY_GUID'),
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user