File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ class AllInOneGateway extends Facade
15
15
*/
16
16
protected static function getFacadeAccessor ()
17
17
{
18
- return static ::$ app ['omnipay ' ]->gateway ('momo_aio ' );
18
+ return static ::$ app ['omnipay ' ]->gateway ('MoMoAIO ' );
19
19
}
20
20
}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ class AppInAppGateway extends Facade
21
21
*/
22
22
protected static function getFacadeAccessor ()
23
23
{
24
- return static ::$ app ['omnipay ' ]->gateway ('momo_apa ' );
24
+ return static ::$ app ['omnipay ' ]->gateway ('MoMoAIA ' );
25
25
}
26
26
}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ class POSGateway extends Facade
21
21
*/
22
22
protected static function getFacadeAccessor ()
23
23
{
24
- return static ::$ app ['omnipay ' ]->gateway ('momo_pos ' );
24
+ return static ::$ app ['omnipay ' ]->gateway ('MoMoPOS ' );
25
25
}
26
26
}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ class QRCodeGateway extends Facade
21
21
*/
22
22
protected static function getFacadeAccessor ()
23
23
{
24
- return static ::$ app ['omnipay ' ]->gateway ('momo_qrcode ' );
24
+ return static ::$ app ['omnipay ' ]->gateway ('MoMoQRCode ' );
25
25
}
26
26
}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ class DomesticGateway extends Facade
21
21
*/
22
22
protected static function getFacadeAccessor ()
23
23
{
24
- return static ::$ app ['omnipay ' ]->gateway ('onepay_domestic ' );
24
+ return static ::$ app ['omnipay ' ]->gateway ('OnePayDomestic ' );
25
25
}
26
26
}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ class InternationalGateway extends Facade
21
21
*/
22
22
protected static function getFacadeAccessor ()
23
23
{
24
- return static ::$ app ['omnipay ' ]->gateway ('onepay_international ' );
24
+ return static ::$ app ['omnipay ' ]->gateway ('OnePayInternational ' );
25
25
}
26
26
}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ class Gateway extends Facade
21
21
*/
22
22
protected static function getFacadeAccessor ()
23
23
{
24
- return static ::$ app ['omnipay ' ]->gateway ('vnpay ' );
24
+ return static ::$ app ['omnipay ' ]->gateway ('VNPay ' );
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments