增加Oceanpayment模块
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
app/code/Oceanpayment/Creditcard/README.md
0 → 100644
{ | ||
"name": "oceanpayment/module-creditcard", | ||
"description": "Accept payments using Oceanpayment Creditcard payment gateway", | ||
"type": "magento2-module", | ||
"version": "2.0.2", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
], | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"Oceanpayment\\Creditcard\\": "" | ||
} | ||
} | ||
} |

9.97 KB
app/code/Oceanpayment/Klarna/Block/Form.php
0 → 100644
app/code/Oceanpayment/Klarna/Block/Info.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
app/code/Oceanpayment/Klarna/README.md
0 → 100644
app/code/Oceanpayment/Klarna/composer.json
0 → 100644
{ | ||
"name": "oceanpayment/module-klarna", | ||
"description": "Accept payments using Oceanpayment Klarna payment gateway", | ||
"type": "magento2-module", | ||
"version": "1.0.0", | ||
"license": [ | ||
"OSL-3.0", | ||
"AFL-3.0" | ||
], | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"Oceanpayment\\Klarna\\": "" | ||
} | ||
} | ||
} |
app/code/Oceanpayment/Klarna/etc/config.xml
0 → 100644
app/code/Oceanpayment/Klarna/etc/module.xml
0 → 100644

2.04 KB
Please
register
or
sign in
to comment