This file contains 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
<?php | |
namespace App\Services; | |
use GuzzleHttp\Client; | |
use Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface; | |
/** | |
* PHP client for Gorse https://gorse.io/ | |
* |
This file contains 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
<?php | |
/** | |
* Created by PhpStorm. | |
* User: bhaktaraz | |
* Date: 11/26/19 | |
* Time: 2:10 PM | |
*/ | |
namespace App\Controller\API\V1; |
This file contains 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
<?php | |
/** | |
* Created by PhpStorm. | |
* User: bhaktaraz | |
* Date: 9/11/19 | |
* Time: 11:33 AM | |
*/ | |
namespace App\Serializer; |
This file contains 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
<h1>Redirecting...</h1> | |
<div style="display: none;"> | |
<form action="{{ esewa_payment_url }}" method="POST" target="_parent" name="esewa"> | |
<input value="{{ tAmt }}" name="tAmt" type="hidden"> | |
<input value="{{ tAmt }}" name="amt" type="hidden"> | |
<input value="0" name="txAmt" type="hidden"> | |
<input value="0" name="psc" type="hidden"> | |
<input value="0" name="pdc" type="hidden"> | |
<input value="{{ esewa_service_code }}" name="scd" type="hidden"> |
This file contains 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
<?php | |
/** | |
* Created by PhpStorm. | |
* User: bhaktaraz | |
* Date: 6/13/18 | |
* Time: 2:47 PM | |
*/ | |
namespace Fundprabhu\Bundle\PaymentBundle\Controller; |
This file contains 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
<h1>Redirecting...</h1> | |
<div style="display: none;"> | |
<form action="{{ npay_payment_url }}" method="post" target="_parent" name="npay"> | |
<input type="hidden" value="{{ processID }}" name="ProcessID"> | |
<input type="hidden" value="{{ MerchantID }}" name="MerchantID"> | |
<input type="hidden" value="{{ MerchantTxnID }}" name="MerchantTxnID"> | |
<input type="hidden" value="{{ PayAmount }}" name="PayAmount"> | |
<input type="hidden" value="{{ MerchantUsername }}" name="MerchantUsername"> | |
<input type="hidden" value="{{ description }}" name="Description"> |
This file contains 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
<?php | |
/** | |
* Created by PhpStorm. | |
* User: bhaktaraz | |
* Date: 6/13/18 | |
* Time: 2:47 PM | |
*/ | |
namespace Fundprabhu\Bundle\PaymentBundle\Controller; |
This file contains 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
<?php | |
/** | |
* @Author Bhaktaraz Bhatta <[email protected]> | |
*/ | |
namespace SMS\Bundle\MainBundle\Services; | |
/** | |
* MobileNumberClassifier return the carrier of the phone number. e.g. NTC, NCELL etc. | |
*/ |
This file contains 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
<?php | |
/** | |
* Created by PhpStorm. | |
* User: bhaktaraz | |
* Date: 8/24/15 | |
* Time: 9:51 AM | |
*/ | |
namespace BRB\Bundle\PostBundle\Controller; |