This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.1 | |
info: | |
title: PH Barcode Payment API | |
description: |- | |
This API provides services for generating and managing dynamic payment barcodes for transactions in the Philippines. | |
It allows merchants to create a unique barcode for a specific payment option, which customers can then scan to complete their payment. | |
version: "1.0.0" | |
contact: | |
name: API Support Team | |
url: https://www.yourcompany.com/support |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.0 | |
info: | |
description: PH Payment Service | |
version: 0.0.1-SNAPSHOT | |
title: CPS | |
tags: | |
- name: payment | |
paths: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
void main() => runApp(const MyApp()); | |
class MyApp extends StatelessWidget { | |
const MyApp({Key? key}) : super(key: key); | |
static const String _title = 'Flutter Code Sample'; | |
@override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Quefrency 65" | |
}, | |
[ | |
"~\n`", | |
"!\n1", | |
"@\n2", | |
"#\n3", | |
"$\n4", |