Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurozumi/stripe-eccube-plugin
This is a sample Stripe plug-in for EC-CUBE4. It is an unofficial plug-in, so use at your own risk.
https://github.com/kurozumi/stripe-eccube-plugin
ec-cube eccube eccube4 payment stripe
Last synced: about 1 month ago
JSON representation
This is a sample Stripe plug-in for EC-CUBE4. It is an unofficial plug-in, so use at your own risk.
- Host: GitHub
- URL: https://github.com/kurozumi/stripe-eccube-plugin
- Owner: kurozumi
- License: mit
- Created: 2020-04-11T05:17:10.000Z (over 4 years ago)
- Default Branch: 4.2
- Last Pushed: 2022-11-25T16:03:58.000Z (about 2 years ago)
- Last Synced: 2024-05-01T13:26:09.949Z (8 months ago)
- Topics: ec-cube, eccube, eccube4, payment, stripe
- Language: PHP
- Homepage:
- Size: 163 KB
- Stars: 12
- Watchers: 5
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stripe for EC-CUBE4.2
EC-CUBE4でStripeでクレジットカード決済ができるプラグインのサンプルです。
非公式プラグインですのでご利用は自己責任でお願い致します。## インストールと有効化
#### ライブラリをインストール
```
composer require stripe/stripe-php
```#### EC-CUBEの認証キーを設定している場合のライブラリのインストール方法
```
bin/console eccube:composer:require stripe/stripe-php
```#### GitHubからプラグインをクローン
```
git clone [email protected]:kurozumi/stripe-eccube-plugin.git app/Plugin
```#### プラグインのインストールと有効化
```
bin/console eccube:plugin:install --code Stripe4
bin/console eccube:plugin:enable --code Stripe4
```## シークレットキーと公開キーを設定
Stripeのアカウントを取得して管理画面でAPIキーを設定してください。
## Shopping/index.twigにタグを追記
Shopping/index.twigの支払い方法の下に以下のタグを追記してください。
```
{{ include('@Stripe4/credit.twig', ignore_missing=true) }}
```以上で設定は終了です。
お疲れさまでした。あとは配送方法設定で取り扱う支払い方法にStripeを追加してあげてください。
## 決済テスト用クレジットカード
#### 通常のクレジットカード番号
```
4242 4242 4242 4242
```#### 3Dセキュア認証が必要なクレジットカード番号
```
4000 0000 0000 3220
```