Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/capacitor-plugin-applepay-fork.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ios/Plugin/ApplePayPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// Define the plugin using the CAP_PLUGIN Macro, and
// each method the plugin supports using the CAP_PLUGIN_METHOD macro.
CAP_PLUGIN(ApplePayPlugin, "ApplePay",
CAP_PLUGIN(ApplePayPlugin, "FreshaApplePay",
CAP_PLUGIN_METHOD(canMakePayments, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(initiatePayment, CAPPluginReturnPromise);
CAP_PLUGIN_METHOD(completeLastPayment, CAPPluginReturnPromise);
Expand Down
Loading