yii2mod / yii2-cashier

Yii2 Cashier provides an interface to Stripe's subscription billing services.
MIT License
45 stars 23 forks source link

cuopon option for stripe checkout session, customer portal, webhook callback handler for billable #19

Open raimon-segura opened 3 years ago

raimon-segura commented 3 years ago

New features:

By the way, I've noticed that some of my changes from "Dec 19, 2019" to "Mar 5, 2020" are not found in "yii2mod/yii2-cashier" => https://github.com/yii2mod/yii2-cashier/pull/15/commits Example: https://github.com/raimon-segura/yii2-cashier/blob/master/models/SubscriptionModel.php https://github.com/yii2mod/yii2-cashier/blob/master/models/SubscriptionModel.php

...Have I done something wrong? :D

Many Thanks!