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
1515 */
1616 protected static function getFacadeAccessor ()
1717 {
18- return static ::$ app ['omnipay ' ]->gateway ('momo_aio ' );
18+ return static ::$ app ['omnipay ' ]->gateway ('MoMoAIO ' );
1919 }
2020}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ class AppInAppGateway extends Facade
2121 */
2222 protected static function getFacadeAccessor ()
2323 {
24- return static ::$ app ['omnipay ' ]->gateway ('momo_apa ' );
24+ return static ::$ app ['omnipay ' ]->gateway ('MoMoAIA ' );
2525 }
2626}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ class POSGateway extends Facade
2121 */
2222 protected static function getFacadeAccessor ()
2323 {
24- return static ::$ app ['omnipay ' ]->gateway ('momo_pos ' );
24+ return static ::$ app ['omnipay ' ]->gateway ('MoMoPOS ' );
2525 }
2626}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ class QRCodeGateway extends Facade
2121 */
2222 protected static function getFacadeAccessor ()
2323 {
24- return static ::$ app ['omnipay ' ]->gateway ('momo_qrcode ' );
24+ return static ::$ app ['omnipay ' ]->gateway ('MoMoQRCode ' );
2525 }
2626}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ class DomesticGateway extends Facade
2121 */
2222 protected static function getFacadeAccessor ()
2323 {
24- return static ::$ app ['omnipay ' ]->gateway ('onepay_domestic ' );
24+ return static ::$ app ['omnipay ' ]->gateway ('OnePayDomestic ' );
2525 }
2626}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ class InternationalGateway extends Facade
2121 */
2222 protected static function getFacadeAccessor ()
2323 {
24- return static ::$ app ['omnipay ' ]->gateway ('onepay_international ' );
24+ return static ::$ app ['omnipay ' ]->gateway ('OnePayInternational ' );
2525 }
2626}
Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ class Gateway extends Facade
2121 */
2222 protected static function getFacadeAccessor ()
2323 {
24- return static ::$ app ['omnipay ' ]->gateway ('vnpay ' );
24+ return static ::$ app ['omnipay ' ]->gateway ('VNPay ' );
2525 }
2626}
You can’t perform that action at this time.
0 commit comments