We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25545d6 commit a239706Copy full SHA for a239706
src/ServiceProvider.php
@@ -25,7 +25,7 @@ public function register(): void
25
'sign' => Sign::class,
26
'unsign' => Unsign::class,
27
'payWithAlipay' => PayWithAlipay::class,
28
- 'PayWithBankCard' => PayWithBankCard::class,
+ 'payWithBankCard' => PayWithBankCard::class,
29
'notify' => Notify::class,
30
]);
31
0 commit comments