Skip to content

fix: add agreement:Builder::new(return_url: String) function #40

fix: add agreement:Builder::new(return_url: String) function

fix: add agreement:Builder::new(return_url: String) function #40

Workflow file for this run

name: "[Test] Run tests"
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
name: Run tests
steps:
- uses: actions/checkout@v2
- name: Run tests
run: cargo test
env:
MERCADO_PAGO_ACCESS: ${{ secrets.MERCADO_PAGO_ACCESS }}