Skip to content

Instantly share code, notes, and snippets.

@akmalhazim
Created May 17, 2019 12:51
Show Gist options
  • Save akmalhazim/bf672114e5e7b8e8c36d661343dcbfde to your computer and use it in GitHub Desktop.
Save akmalhazim/bf672114e5e7b8e8c36d661343dcbfde to your computer and use it in GitHub Desktop.
public function removePaymentMethod( PaymentMethod $paymentMethod, User $user ) {
dispatch(new DeleteCard($paymentMethod, $user));
// delete local db.
$paymentMethod->delete();
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment