Skip to content

Commit

Permalink
fix tpi live url
Browse files Browse the repository at this point in the history
  • Loading branch information
IreneGohtami committed Sep 9, 2020
1 parent f0436d4 commit 31604b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Xendit/M2Invoice/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"GPL-3.0"
],
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0||~7.4.0",
"php": "~7.1.3||~7.2.0||~7.3.0",
"magento/module-sales": "102.0.*",
"magento/module-checkout": "100.3.*",
"magento/module-payment": "100.3.*",
Expand Down
2 changes: 1 addition & 1 deletion Xendit/M2Invoice/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<payment>
<m2invoice>
<xendit_env>test</xendit_env>
<xendit_url>https://tpi-dev.xendit.co</xendit_url>
<xendit_url>https://tpi.xendit.co</xendit_url>
<active>1</active>
<model>Xendit\M2Invoice\Model\Payment\M2Invoice</model>
<title>M2Invoice</title>
Expand Down

0 comments on commit 31604b1

Please sign in to comment.