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 a03a46b commit 63f188fCopy full SHA for 63f188f
src/EasyWeChat.php
@@ -28,7 +28,7 @@ public static function openWork(string $name = 'default'): \EasyWeChat\OpenWork\
28
29
public static function pay(string $name = 'default'): \EasyWeChat\Pay\Application
30
{
31
- return app('easywechat.payment.'.$name);
+ return app('easywechat.pay.'.$name);
32
}
33
34
public static function miniApp(string $name = 'default'): \EasyWeChat\MiniApp\Application
0 commit comments