creagia / laravel-redsys

Integrate your Laravel application with Redsys, the lead payment gateway in Spain.
MIT License
11 stars 3 forks source link

Add down method to migration #54

Closed hacheraw closed 5 months ago

hacheraw commented 7 months ago

I'll open a PR.

/**
 * Reverse the migrations.
 */
public function down(): void
{
    Schema::dropIfExists('redsys_requests');
    Schema::dropIfExists('redsys_cards');
    Schema::dropIfExists('redsys_notification_logs');
}
dtorras commented 5 months ago

Thanks for the suggestion. Down migration is already on the main branch and will be available with the next release.