woocommerce-paypal-payments/modules/ppcp-applepay/composer.json
carmenmaymo 917976bfb4
Add applepay module behind flag
Add apple to onboarding products,
add setting to onboard with a new filter
add settings to enable in product and cart
add button markup where the js will hook
enqueue scripts
echo validation file sandbox/live
init apple payment method for onboarding
2023-07-17 14:17:50 +02:00

17 lines
418 B
JSON

{
"name": "woocommerce/ppcp-applepay",
"type": "dhii-mod",
"description": "Applepay module for PPCP",
"license": "GPL-2.0",
"require": {
"php": "^7.2 | ^8.0",
"dhii/module-interface": "^0.3.0-alpha1"
},
"autoload": {
"psr-4": {
"WooCommerce\\PayPalCommerce\\Applepay\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}