Skip to content

Commit

Permalink
Changed the namespace of gomage to adobe
Browse files Browse the repository at this point in the history
  • Loading branch information
del22123 committed Feb 10, 2025
1 parent 83a4d6e commit 4f4ce30
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function localIntercept(targets) {
* import 3d secure plugin
*/
brainTreeDropIn.addImport(
'{useBraintreeThreeDSecure} from "@gomage/plugin-braintree-three-d-secure"'
'{useBraintreeThreeDSecure} from "@adobe/plugin-braintree-three-d-secure"'
);
brainTreeDropIn.addImport(
'{usePriceSummary} from "@magento/peregrine/lib/talons/CartPage/PriceSummary/usePriceSummary"'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GoMage Braintree 3D Secure
# Adobe Braintree 3D Secure

GoMage Braintree 3D Secure
Adobe Braintree 3D Secure

That plugin works only as a fix bugs of PWA Studio and adds 3d secure part.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @param targets
*/
function localIntercept(targets) {
require('@gomage/plugin-braintree-three-d-secure/Intercepts/brainTreeDropIn')(
require('@adobe/plugin-braintree-three-d-secure/Intercepts/brainTreeDropIn')(
targets
);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@gomage/plugin-braintree-three-d-secure",
"name": "@adobe/plugin-braintree-three-d-secure",
"version": "3.94.0",
"publishConfig": {
"access": "public"
},
"description": "GoMage Braintree 3D Secure",
"description": "Adobe Braintree 3D Secure",
"main": "./index.js",
"author": "GoMage",
"author": "Adobe",
"dependencies": {
"braintree-web-drop-in": "~1.43.0"
},
Expand Down

0 comments on commit 4f4ce30

Please sign in to comment.