Sep 5, 2018 · 1 min read
How do you get back the $bill var when you apply the charge?
How you retrieve that, in what method it should be?
$charge = Charge::create(['amount' => 500,'currency' => 'eur','source' => $bill->source_id,'description' => 'Package of delicious stroopwafels',]);$bill->update(['charge_id' => $charge->id]);