-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Order ID Update checkout ID with order ID on charge * correct qty * idev onestep * Additional Countries * update orderID * item image url * remove duplicate block * I dev onestep checkout (#58) * onload fix * fix onload * version bump * version bump
- Loading branch information
1 parent
119bdd8
commit 23c0ba2
Showing
7 changed files
with
80 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?php | ||
return array( | ||
'base_dir' => realpath('../var/'), | ||
'archive_files' => 'Affirm_Affirm-3.6.0.tgz', | ||
'archive_files' => 'Affirm_Affirm-3.6.1.tgz', | ||
'extension_name' => 'Affirm_Magento', | ||
'skip_version_compare' => true, | ||
'extension_version' => '3.6.0', | ||
'archive_connect' => 'Affirm_Affirm-3.6.0.tgz', | ||
'archive_connect' => 'Affirm_Affirm-3.6.1.tgz', | ||
'path_output' => realpath('../var/'), | ||
|
||
'stability' => 'stable', | ||
|
@@ -19,5 +19,5 @@ | |
'author_user' => 'affirm', | ||
'author_email' => '[email protected]', | ||
'php_min' => '5.2.0', | ||
'php_max' => '7.2.0', | ||
'php_max' => '7.2.14', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters